Explain the user defined Exceptions?
2072
07-May-2011
Amit Singh
07-May-2011Example:
class myCustomException extends Exception {// The class simply has to exist to be an exception
}